CreateIterator
TheCreateIterator
method creates an object iterator for the entries in this object name space.
ODObjectIterator CreateIterator ();
- return value
- A reference to an object iterator for iterating over the entries in this object name space.
DISCUSSION
You call this method when you need to apply an operation to all the entries of this name space.While you are using the returned object iterator, you must not modify this object name space; in particular, you must not register or unregister entries and you must not delete this object name space.
You must delete the returned object iterator when it is no longer needed.
SEE ALSO
TheODObjectIterator
class (page 446).
Table 11-1 on page 466 in OpenDoc Programmer's Guide.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help